home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / 1dirv2r1.zip / 1DIR.TXT < prev    next >
Text File  |  1996-08-08  |  21KB  |  450 lines

  1. OneDIR Pro 2.1 (Copyright <C> 1996 by Rick Proft)
  2. Last Updated: 8/8/96
  3.  
  4. *** CONTENTS ***
  5.    INTRODUCTION
  6.    FEATURES
  7.    USAGE
  8.    SOME THOUGHTS
  9.    UPCOMING ENHANCEMENTS
  10.    CHANGE HISTORY
  11.  
  12. *** INTRODUCTION ***
  13.  
  14.    Thank you for downloading OneDIR Pro.  OneDIR Pro is a directory
  15. program that offers all the features of DOS's command, plus much more.    
  16. This file contains additional information about OneDIR Pro including
  17. what options are available, sample OneDIR Pro statements, how to register 
  18. the software, and changes that have been made to the product over its
  19. lifespan.  OneDIR Pro is very powerful and, given a chance, should prove
  20. to be worth its low, low registration fee of $5.00 (see below).
  21.  
  22.    You may copy and distribute this version freely provided that it is
  23. distributed only in its original, unmodified state, and with its
  24. accompanying files: 1DIRCUST.EXE, 1DIR.TXT, REGISTER.TXT, and
  25. FILEID.DIZ.  Many long hours have gone into developing OneDIR Pro and 
  26. as a result the program is being distributed as shareware.  If you like the 
  27. program, PLEASE register it by sending as little as $5.00 to the following 
  28. address.  Your support really does make a difference.  In fact, if it 
  29. hadn't been for everyone who supported the previous release, there probably
  30. would not have been a release 2.0.  The address is:
  31.  
  32.                         Richard Proft
  33.                         P.O. Box 681142
  34.                         San Antonio, TX 78268
  35.  
  36.    *COMPUSERVE USERS* This version of OneDIR Pro and all future versions
  37. for life can be registered online for just $10.00!  GO SWREG--ID # 12587
  38.  
  39.    See REGISTER.TXT for registration/licensing details.  Regardless of whether
  40. you register, product feedback is very welcome!  Please send your ideas, 
  41. comments, and any bugs you find to:
  42.  
  43.       Rick Proft
  44.       73460.3033@CompuServe.COM (Internet)  
  45.       73460,3033 (CompuServe)
  46.  
  47.    Want the LATEST VERSION of OneDIR Pro?  Check out the OneDIR Pro HOMEPAGE!
  48.  
  49.                 http://www.crl.com/~scrappy/OneDIR
  50.    Also: 
  51.  
  52.         This shareware application can be found in the WINSHARE
  53.         Forum on CompuServe, an official distribution and support
  54.         online resource for future updates. Search for "OneDIR".
  55.  
  56.         The Windows Users Group Network [WUGNET], operators of
  57.         the oldest and largest independent support resource forum
  58.         [WINUSER] for Windows users  on CIS with over 1,000,000
  59.         active members is recognized in the press, user groups,
  60.         developers, and Microsoft as the foremost resource for
  61.         shareware publishers on CompuServe and the Internet.
  62.  
  63.     OneDIR Pro 2.1 is a WUGNET WINSHARE "Pick of the Week"!
  64.  
  65.    Special thanks go out to Dave, Paul, and Linda for all of their ideas, help,
  66. and support.  OneDIR Pro was originally inspired by the 1987 version of 
  67. HotDIR 2.0 by Tony Overfield and Robert Woeger.  OneDIR Pro is written
  68. entirely in Microsoft Visual C++ 1.52.
  69.          
  70. *** FEATURES ***
  71.  
  72.       o Multiple file patterns can be used (i.e. 1DIR *C,*.H)
  73. (New) o Robust pattern matching capabilities which exceed DOS's 
  74. (New) o File patterns can be excluded from directory listings  
  75.       o Files can be filtered by attribute settings, file sizes,
  76.         and dates ranges.
  77.       o OneDIR uses colors to denote common file types based on
  78.         extension.
  79. (New) o Robust support for Windows 95 long file names.
  80. (New) o FULL customization support including custom colors,
  81.         extensions, display styles, and default settings.
  82. (New) o Up to 50 file extension can be user defined.
  83. (New) o Supports 6 different column output modes including autosizing.
  84. (New) o Automatically detects whether running under Windows 95 or 
  85.         normal DOS and defaults display settings appropriately.
  86.       o OneDIR can generate batch file programs which allow users to 
  87.         quickly perform operations such as renaming, copying, and 
  88.         write-protecting on files listed by 1DIR Pro.
  89.       o Output can be set to be redirectable (to printer or file)
  90.       o OneDIR Pro can display the size of directories (size includes
  91.         all files and subdirectories).
  92.       o Subdirectories can be included during directory searches.
  93.       o All normal DIR command (DOS 5.0) behavior is supported.
  94.       o Automatically detects and supports how many rows are being used 
  95.         within DOS (i.e. 25x80, 50x80, etc...)
  96. (New) o Minimal output mode available
  97.       o Supports files sizes up to 4 gigabytes.
  98.       o Shareware version of program is fully functional.
  99.       o And much, much more...
  100.  
  101. *** USAGE ***
  102.  
  103.  1DIR [drive:][path][file pattern,file pattern,...] [options]
  104.  
  105.  [drive:][path]
  106.               Specified drive and/or directory to list.
  107.  [file pattern,file pattern, ...]
  108.               One to many file patterns separated by commas without spaces.
  109.               Examples:   1DIR show current directory
  110.                           1DIR C:\FOO\*.C show all *.C files in C:\FOO
  111.                           1DIR C:\FOO\*.CPP,*.H show all *.CPP and *.H files
  112.  [options]
  113.  /![file pattern,file pattern, ...]
  114.   Patterns to   One to many file patterns separated by commas without
  115.   exclude       spaces.  Example: /!*.EXE,*.COM excludes executables.
  116.  /A[filters]    Filter files by [A]ttribute criteria.
  117.   attribute     D  Directories                   R  Read-only files
  118.   filters       H  Hidden files                  A  Files ready for archiving
  119.                 S  System files                  -  Prefix meaning "not"
  120.  /B["template"] Generate [B]atch command file (default is 1DIRTEMP.BAT).
  121.   "template"    Template is used with filenames to create the command lines.
  122.                 ^ may be used for file name substitution position.
  123.                 Examples: /B"ATTRIB +R" generates ATTRIB +R C:\FOO\SAMPLE.TXT
  124.                           /B"COPY ^ *.BU" generates COPY C:\FOO\SAMPLE.TXT *.BU
  125.                 Use 1DIRBATCH environment variable to specify file name & path.
  126.  /C             [C]lear the screen first.
  127.  /D             Display [D]irectory sizes.
  128.  /D[filter]     Filter files by [D]ate criteria.
  129.   date          MMDDYY,MMDDYY for inclusive date range or
  130.   filter        opMMDDYY, where op is:
  131.                   GT Greater Than   GE Greater than or Equal     EQ EQual
  132.                   LT Less Than      LE Less than or Equal
  133.  /E             Do NOT show inverted background for r[E]ad only files.
  134.  /F             Display [F]ull file sizes where possible.
  135.  /H             Display [H]elp.
  136.  /I             Display registration and product [I]nformation.
  137.  /J             Display list of files packaged with this product version.
  138.  /L             Show file names in Lower Case.
  139.  /LR            Left to Right ordering. [LR] <Default=up/down>
  140.  /M             [M]inimum output.  No heading or drive info displays.
  141.  /N             Use A[N]SI color controls.
  142.  /O[Sort Order] List by files in sorted [O]rder.
  143.   sort order    N  By name (alphabetic)          S  By size (smallest first)
  144.                 E  By extension(alphabetic)      D  By date (oldest first)
  145.                 G  Group directories first       -  Prefix to reverse order
  146.  /P             [P]ause support off.
  147.  /R             [R]edirectable display (for printing).
  148.  /S[A]          Display files in specified directory and all [S]ubdirectories
  149.                 Use /SA to include empty directory paths in output
  150.  /S[filter]     Filter files by [S]ize criteria.
  151.   size          op#####[K or M], where op is:
  152.   filter          GT Greater Than   GE Greater than or Equal     EQ EQual
  153.                   LT Less Than      LE Less than or Equal
  154.  /T             Suppress display of runtime [T]imestamp.
  155.  /X             Use e[X]tended color support.
  156.  /Z             Pause before ending program. (useful under OS/2) 
  157.  /#             Where # is 0, 1, 2, 3, 4, or 6
  158.                 0 Automatically show maximum nr of columns.  Each column
  159.                   shows the file size and name (default under Windows 95).
  160.                 1 column showing name, size, attributes, date/time (w/secs),
  161.                   and the long file name (if applicable).
  162.